home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / dist / readline / configure.in < prev    next >
Encoding:
Text File  |  1992-02-11  |  883 b   |  52 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. configdirs=
  7. srctrigger=readline.c
  8. srcname="the readline library"
  9. subdirs=doc
  10.  
  11. # per-host:
  12.  
  13. files=sysdep-norm.h
  14. links=sysdep.h
  15.  
  16. case "${host_os}" in
  17. sysv4*)
  18.     host_makefile_frag=config/mh-sysv4
  19.     ;;
  20.  
  21. scosysv*)
  22.     host_makefile_frag=config/mh-sco
  23.     files=sysdep-sco.h
  24.     ;;
  25.  
  26. m88kbcs | sysv*)
  27.     host_makefile_frag=config/mh-sysv
  28.     case "${host_vendor}" in
  29.     apollo)
  30.         host_makefile_frag=config/mh-apollo68v ;;
  31.     esac
  32.     ;;
  33.  
  34. aix*)
  35.     host_makefile_frag=config/mh-sysv
  36.     case "${host_cpu}" in
  37.     rs6000)    files=sysdep-aix.h
  38.     esac
  39.     ;;
  40.  
  41. irix*)
  42.     host_makefile_frag=config/mh-sysv
  43.     files=sysdep-irix.h
  44.     ;;
  45.  
  46. newsos* | mach*)
  47.     files=sysdep-obsd.h
  48.     ;;
  49. esac
  50.  
  51. # per-target:
  52.